home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / db_fetch < prev    next >
Text File  |  2001-06-18  |  590b  |  20 lines

  1. OPTIONAL
  2. SYNOPSIS
  3.         mixed db_fetch(int handle)
  4.  
  5. DESCRIPTION
  6.         Retrieve _ONE_ line of result of the latest SQL-action to the server
  7.         based on the handle <handle>. If not more results are on the server,
  8.         0 is returned.
  9.  
  10.         The function is available only if the driver is compiled with
  11.         mySQL support. In that case, __MYSQL__ is defined.
  12.  
  13. HISTORY
  14.         Added in 3.2.9 .
  15.  
  16. SEE ALSO
  17.         db_affected_rows(E), db_conv_string(E), db_close(E), db_coldefs(E),
  18.         db_connect(E), db_error(E), db_exec(E), db_handles(E), db_insert_id(E),
  19.         mysql(C)
  20.